home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m16.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  218 b   |  11 lines

  1. on mouseDown
  2.   global gTextField
  3.   set the castNum of sprite 8 to cast "b046"
  4.   if pressButton(8) then
  5.     pupSprites(1, 48, 0)
  6.     set gTextField to "recognition.txt"
  7.     showtext()
  8.     go("recognition")
  9.   end if
  10. end
  11.